home *** CD-ROM | disk | FTP | other *** search
- object ActionPalette: TActionPalette
- Left = 401
- Top = 203
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'ActionPalette'
- ClientHeight = 330
- ClientWidth = 389
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- Scaled = False
- OnClick = CancelClick
- OnCreate = FormCreate
- OnMouseMove = FormMouseMove
- PixelsPerInch = 96
- TextHeight = 15
- object ActionHint: TNeoBookStickyNote
- Left = 0
- Top = 261
- Width = 389
- Height = 69
- OnClick = CancelClick
- BackgroundColor = 8454143
- end
- object ActionHeading: TLabel
- Left = 8
- Top = 267
- Width = 33
- Height = 15
- Caption = 'Action'
- Font.Color = clInfoText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsUnderline]
- ParentFont = False
- Transparent = True
- end
- object ActionDesc: TLabel
- Left = 8
- Top = 286
- Width = 373
- Height = 34
- AutoSize = False
- Caption = 'Desc'
- Font.Color = clInfoText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object TabControl: TTabControl
- Left = 218
- Top = 0
- Width = 170
- Height = 257
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabIndex = 0
- TabOrder = 0
- Tabs.Strings = (
- 'Basic'
- 'Advanced'
- 'Both')
- OnChange = TabControlChange
- OnMouseMove = FormMouseMove
- object ActionList: TListBox
- Left = 5
- Top = 26
- Width = 160
- Height = 225
- BorderStyle = bsNone
- Color = clMenu
- Ctl3D = False
- Font.Color = clMenuText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- IntegralHeight = True
- ItemHeight = 15
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 0
- OnClick = ActionListClick
- OnMouseMove = ActionListMouseMove
- end
- end
- end
-